module geany_d_binding.scintilla.types;

alias uptr_t = size_t*;
alias sptr_t = ptrdiff_t*;
alias Sci_Position = int;